Welcome![Sign In][Sign Up]
Location:
Search - PI matlab

Search list

[matlabFuzzyPID

Description: 利用matlab程序,进行模糊PID设计-Using matlab procedures designed fuzzy PID
Platform: | Size: 5120 | Author: liutao | Hits:

[matlabPID

Description: matlab PID程序 比较全 个人收集的 感觉不错 推荐给大家-matlab PID procedures to collect the whole feeling of personal well recommended to everyone
Platform: | Size: 328704 | Author: | Hits:

[matlabWaterfilling.Algorithm

Description: Waterfilling algorithm (from [Palomar and Fonollosa, Trans-SP2004]) to compute: pi = (mu*ai - bi)^+ sum(pi) = Pt By Daniel Perez Palomar (last revision: May 10, 2004).-Waterfilling algorithm (from [Palomar and Fonollosa, Trans-SP2004]) to compute: pi = (mu*ai- bi)^+ sum(pi) = Pt By Daniel Perez Palomar (last revision: May 10, 2004).
Platform: | Size: 1024 | Author: 马文 | Hits:

[matlabbuckPWM

Description: DC-DC 转换的Simulink 模型with PWM PI control-DC-DC conversion of the Simulink model with PWM PI control
Platform: | Size: 188416 | Author: zhangli | Hits:

[matlabmotorcontrol_pi

Description: PI调节器参数的直流双闭环仿真程序,参数需要调节,网友学习交流matlab程序代码。-PI regulator parameters of DC double-loop simulation program, parameters need adjustment, users learn matlab program code.
Platform: | Size: 12288 | Author: 蒋林 | Hits:

[matlabfinalreport

Description: matlab实现的多个基础程序和报告并有流程图(1) 绘出正弦信号波形及频谱。 (2) 单极性归零(RZ)波形及其功率谱,占空比为50%。 (3) 升余弦滚降波形的眼图及其功率谱。滚降系数为0.5。发送码元取值为0、2。 (4) 最佳基带系统的Pe~Eb\No曲线,升余弦滚降系数a=0.5,取样值的偏差是Ts/4。 (5) Pe~Eb\No,升余弦滚降系数a=0.5,取样时间无偏差,但信道是多径信道,C(f)=abs(1-0.5*exp(-j*2*pi*f*dt)),dt=Ts/2。 (6) 仿真数字基带传输系统,包括输入、输出信号波形及其功率谱,眼图(升余弦滚降系数a=0.5),Pe~Eb\No曲线,取样时间无偏差。 -matlab realize a number of the basis of procedures and reports and have flow chart (1) mapped sinusoidal signal waveform and spectrum. (2) unipolar return-to-zero (RZ) waveform and its power spectrum, 50 duty cycle. (3) Raised Cosine rolloff waveform eye diagram and power spectrum. Roll-off factor of 0.5. Send code values for the 0,2 million. (4) the best base-band system Pe ~ EbNo curve, raised cosine roll-off factor a = 0.5, sampling bias is the value of Ts/4. (5) Pe ~ EbNo, raised cosine roll-off factor a = 0.5, sampling time deviation, but the channel is a multipath channel, C (f) = abs (1-0.5* exp (-j* 2* pi* f* dt)), dt = Ts/2. (6) Simulation of digital baseband transmission system, including input and output signal waveforms and power spectrum, eye diagram (raised cosine roll-off factor a = 0.5), Pe ~ EbNo curve, sampling time deviations.
Platform: | Size: 311296 | Author: dongming | Hits:

[matlabradon_ambiguity

Description: %radon transform clear all % N=800 n=1:N fs=200 t=n/fs x1=exp(j*2*pi*(5*t+0.5*5*t.^2)) x2=exp(j*2*pi*(5*t+0.5*15*t.^2)) x=x1+x2 %N=length(x) % ambifunb(x ) %*****************************************RAT naf=ambifunb(x) htl(abs(naf)) % [wh,rho,theta]=htl(abs(naf)) colormap([0,0,0]) % xlabel( 极半径 ) % ylabel( 角度 ) %**************************************%找出峰值点的坐标,计算初始频率和调频斜率(正确) %找出峰值点的坐标 b=max(max(wh)) [u,a]=find(wh>=0.8*b) - Radon transformclear all N = 800 n = 1: N fs = 200 t = n/fs x1 = exp (j* 2* pi* (5* t+ 0.5* 5* t. ^ 2)) x2 = exp ( j* 2* pi* (5* t+ 0.5* 15* t. ^ 2)) x = x1+ x2 N = length (x) ambifunb (x)***************************************** RATnaf = ambifunb (x) htl (abs (naf)) [wh, rho, theta ] = htl (abs (naf)) colormap ([0,0,0]) xlabel (polar radius) ylabel (angle)************************************** to find the coordinates of the peak point, calculating the initial slope of the frequency and FM (right) find the peak point of the coordinates b = max (max ( wh)) [u, a] = find (wh
Platform: | Size: 1024 | Author: abcde | Hits:

[Software Engineeringzishiying

Description: 变速恒频双馈风力发电系统PI自适应速度估计-VSCF doubly-fed wind power generation system PI adaptive velocity estimation
Platform: | Size: 202752 | Author: wangmeng | Hits:

[Special Effectschepaidingwei

Description: 很好的车牌识别代码 。具体步骤: 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左边缘直接赋值,不会影响整体效果。 5.用自定义模板进行中值滤波 区域灰度基本被赋值为0。考虑到文字是由许多短竖线组成,而背景噪声有一大部分是孤立噪声,用模板(1,1,1,1,1)T对G进行中值滤波,能够得到除掉了大部分干扰的图像C。 6.牌照搜索:利用水平投影法检测车牌水平位置,利用垂直投影法检测车牌垂直位置。 7.区域裁剪,截取车牌图像。
Platform: | Size: 2737152 | Author: 李峥嵘 | Hits:

[Windows DevelopFastFourierTransform

Description: This function is written to understand and/or explain an fft algorithm and usage of radix2 procedure. This function take the signal which you want to find FFT, for m bit you can also call the function without entering a signal or number of points, because there is default values for y and m which are y = sin(2*pi*50*t)+sin(2*pi*120*t) m=3 you can see the steps of order reversing used as built-in function but non others. you will also see the taking butterfly tree steps. for more information read the help file of function. in future this can be improve as selective radix or any other feature you suggest please notice me for any sugestion.
Platform: | Size: 3072 | Author: dairy | Hits:

[AI-NN-PRPI_SIGMA_neural_network

Description: Pi-sigma神经网络用于非线性对象的逼近-Pi-sigma neural network approximation for nonlinear object
Platform: | Size: 1024 | Author: shui | Hits:

[Special Effectschepaidingwei

Description: 使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左边缘直接赋值,不会影响整体效果。 5.用自定义模板进行中值滤波 区域灰度基本被赋值为0。考虑到文字是由许多短竖线组成,而背景噪声有一大部分是孤立噪声,用模板(1,1,1,1,1)T对G进行中值滤波,能够得到除掉了大部分干扰的图像C。 6.牌照搜索:利用水平投影法检测车牌水平位置,利用垂直投影法检测车牌垂直位置。 7.区域裁剪,截取车牌图像。
Platform: | Size: 748544 | Author: 王盛世 | Hits:

[matlabDPSK_systerm_with_matlabcode

Description: 详细说明了pi/4 DQPSK 调制、解调,RRC 匹配滤波器设计, BER 蒙特卡洛仿真,rayleigh衰落下的系统仿真。 文档中附有各个模块的Matlab code。-Detailed description of pi/4 DQPSK modulation, demodulation, RRC matched filter design, BER Monte Carlo simulation, rayleigh fading of system simulation. Document attached to each module of the Matlab code.
Platform: | Size: 243712 | Author: xin | Hits:

[assembly languageSPI_master

Description: pic18f的spi主机代码pi c18f的spi主机代码-PIC18F host of the spi code pi c18f the spi host code
Platform: | Size: 11264 | Author: 姬雨初 | Hits:

[matlabEX

Description: BPSK,Pi/4DQPSK,16QAM调制解调的实现:实现具体的调制解调功能-BPSK, Pi/4DQPSK, 16QAM modem realization: the realization of specific functions of modulation and demodulation
Platform: | Size: 1024 | Author: 李刚 | Hits:

[matlabDQPSK

Description: 此代码为π_4DQPSK解调源程序,用MATLAB实现,使用差分方式。-This demodulation π_4DQPSK source code using MATLAB to achieve, the use of differential mode.
Platform: | Size: 1024 | Author: qinhong | Hits:

[Special EffectsLicensePlateRecognition

Description: 使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,639Gi,0=Pi,0,左边缘直接赋值,不会影响整体效果。 5.用自定义模板进行中值滤波 区域灰度基本被赋值为0。考虑到文字是由许多短竖线组成,而背景噪声有一大部分是孤立噪声,用模板(1,1,1,1,1)T对G进行中值滤波,能够得到除掉了大部分干扰的图像C。 6.牌照搜索:利用水平投影法检测车牌水平位置,利用垂直投影法检测车牌垂直位置。 7.区域裁剪,截取车牌图像。-err
Platform: | Size: 2741248 | Author: 肖伟 | Hits:

[Communication-MobileOFDM_systom

Description: OFDM的发射端,包括pi/4DQPSK的调制,ifft,加帧头以及组帧-The OFDM transmitter, including pi/4DQPSK modulation, ifft, plus header and Framing
Platform: | Size: 1024 | Author: xiaoxiao | Hits:

[OtherGA

Description: 本程序是在MATLAB平台上,利用智能优化算法遗传算法来解决01背包问题。在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高。-This procedure is in the MATLAB platform using intelligent genetic algorithm optimization algorithm to solve the 01 knapsack problem. In the 0/1 knapsack problem, there is a need for a capacity of c for the loaded backpack. From the n-items, select the items into the backpack, each item i the weight of wi, the value of pi. Feasible for loading backpack, backpack items total weight can not exceed the capacity of backpack, the best load is the value of the items loaded the highest.
Platform: | Size: 1024 | Author: 周薇 | Hits:

[matlabmusic5

Description: music 算法仿真 三维仿真图像,可运行-music algorithm for simulation of three-dimensional simulation images, can run
Platform: | Size: 1024 | Author: fengdong | Hits:
« 1 2 34 5 6 7 8 9 10 ... 27 »

CodeBus www.codebus.net